CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - image matching SIFT

搜索资源列表

  1. SIFT

    0下载:
  2. 经典的SIFT算法,实现高效高精度的图像匹配 matlab编写,内涵详尽注释,以及用法说明的txt文件,另加试验文件-Classic SIFT algorithm to achieve high efficiency and precision of image matching matlab prepared connotation detailed notes, as well as usage instructions txt file, plus a test file
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:1183360
    • 提供者:changli
  1. sift

    0下载:
  2. 利用sift算法对图像提取sift特征点,从而实现图像匹配等功能-Use sift sift feature extraction algorithm for image points, enabling features such as image matching
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:1586111
    • 提供者:王竟宇
  1. Matching-Algorithm

    0下载:
  2. 要:图像匹配是计算机视觉中许多领域的基础,特征提取则是图像匹配的基础,其中不变量特征是一 个重要的理论。SIFt是最有效的尺度、旋转、亮度不变量局部特征之一,但算法复杂、计算时间长。分析 了SIFt的计算时间分配,通过计算关键点的邻域梯度直方图时动态修改采样步长,大大提高了SWr的 计算速度。分析了基于SIFt特征的图像匹配算法,提出了双向匹配算法,提高了图像匹配的准确率。实 验结果表明所提出的方法是有效的-Scale invariant feature transform(SI
  3. 所属分类:Project Design

    • 发布日期:2017-04-24
    • 文件大小:257823
    • 提供者:周成
  1. SIFT

    0下载:
  2. 加载两幅图像,对图像分别提取SIFT特征,提取SIFT特征后进行图像匹配,并显示匹配结果-After loading the two images, the images were extracted SIFT features extracted SIFT features for image matching and displays matching results
  3. 所属分类:OpenCV

    • 发布日期:2017-05-14
    • 文件大小:3192102
    • 提供者:刘天少
  1. sift

    0下载:
  2. sift图像匹配,用C++写的,可以直接使用!我用的是vs2010,如果不行可以转换一下!-Sift image matching, written in c++, can be used directly!I am using vs2010, if not can convert a minute!
  3. 所属分类:Other windows programs

    • 发布日期:2017-06-11
    • 文件大小:18814496
    • 提供者:安云
  1. sift-match

    0下载:
  2. 图像匹配中sift方法的几篇不错的文章,可供学习。-Image matching methods sift several good articles available for learning.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:1869611
    • 提供者:破晓
  1. SIFT

    1下载:
  2. Sift(Scale Invariant Feature Transform)是一个很好的图像匹配算法,同时能处理亮度、平移、旋转、尺度的变化,利用特征点来提取特征描述符,最后在特征描述符之间寻找匹配。本源码是用c语言实现的,代码简单易理解-Sift (Scale Invariant Feature Transform) is a good image matching algorithm, and can handle the brightness, pan, rotate, scale ch
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-19
    • 文件大小:5197533
    • 提供者:huangxiaoli
  1. sift

    0下载:
  2. SIFT特征检测在图像匹配中有着较为广泛的使用,并有着教好的检测效果。-SIFT feature detection in image matching has a more widely used, and has taught good test results.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-02
    • 文件大小:781073
    • 提供者:方达
  1. Sift

    0下载:
  2. 一种尺度不变特征算子,应用于目标检测和图像配准。-image matching, a scale invariant operator
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:138483
    • 提供者:liumin
  1. sift

    0下载:
  2. sift算法匹配图像特征点(opencv)-sift algorithm for image matching feature points (opencv)
  3. 所属分类:OpenCV

    • 发布日期:2017-06-03
    • 文件大小:15173867
    • 提供者:吴旭
  1. SIFT

    0下载:
  2. SIFT匹配(Scale-invariant feature transform,尺度不变特征转换)是一种电脑视觉的算法用来侦测与描述影像中的局部性特征,它在空间尺度中寻找极值点,并提取出其位置、尺度、旋转不变量,其应用范围包含物体辨识、机器人地图感知与导航、影像缝合、3D模型建立、手势辨识、影像追踪和动作比对。-Matching SIFT (Scale invariant feature transform, Scale invariant feature transform) is a co
  3. 所属分类:Special Effects

    • 发布日期:2017-05-28
    • 文件大小:10620931
    • 提供者:陈天华
  1. matlab-sift

    0下载:
  2. matlab程序,解决sift算法对图像特征点的检测,描述和匹配,特征点个数的计算以及程序运行时间,可与其他算法做比较,直接修改参数即可运行-matlab for image matching,include the time and the number of the interest points
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-13
    • 文件大小:2589765
    • 提供者:王佳
  1. siftDemoV4

    0下载:
  2. sift算法在图像匹配领域有着重要作用,通过sift算法可以将模板图片和待检测图片进行特征点提取并进行匹配。-sift algorithm has an important role in the field of image matching, sift algorithm by template image and image to be detected can be the feature point extraction and matching.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:804127
    • 提供者:郭家辉
  1. SIFT

    0下载:
  2. 用C语言实现的Sift匹配算法,然后再用java 语言搭建界面开发了一个图像匹配测试软件A-Sift using C language implementation of matching algorithm, and then use the java language interface development to build a test image matching software App
  3. 所属分类:Java Develop

    • 发布日期:2017-05-30
    • 文件大小:11953145
    • 提供者:姜鹏飞
  1. SIFT

    0下载:
  2. 用vl-sift库实现的基于sift特征的图像匹配算法。还包括了几张基本的用于实验的图片。-code and basic data use vl-sift to achieve image matching. it s matlab code,
  3. 所属分类:Special Effects

    • 发布日期:2017-05-05
    • 文件大小:297883
    • 提供者:yinyan
  1. sift

    0下载:
  2. 基于VS2010+opencv2.4.7编写的sift算法,用于图片或视频特征点检测及图片匹配-Sift algorithm based on VS2010+ opencv2.4.7 write for images or video feature point detection and image matching
  3. 所属分类:Other systems

    • 发布日期:2017-06-17
    • 文件大小:26421280
    • 提供者:汪欣梅
  1. 2476124

    0下载:
  2. 基于特征的影像匹配——SIFT Method!!! 相当经典,只不过是MatLab源码-Based on the characteristics of image matching, SIFT Method!!!!!!
  3. 所属分类:Graph Recognize

    • 发布日期:2017-12-13
    • 文件大小:373362
    • 提供者:wyvi-587
  1. shift

    0下载:
  2. 图像拼接,基于SIFT算法的图像拼接,点匹配(Image matching technology based on SIFT feature points)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-25
    • 文件大小:287744
    • 提供者:Christin
  1. Methog_Based

    0下载:
  2. 基于特征的影像匹配——SIFT Method!!! 相当经典,只不过是MatLab源码(Based on the characteristics of image matching, SIFT Method!!!!!!)
  3. 所属分类:分形几何

    • 发布日期:2017-12-25
    • 文件大小:428032
    • 提供者:variabse
  1. siftDemoV4

    0下载:
  2. sift源码,有良好的尺度不变性,常用于图像匹配,图像拼接等方面。(Sift source code, has good scale invariance, often used for image matching, image splicing and other aspects.)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-23
    • 文件大小:2718720
    • 提供者:鱼鱼鱼余
« 1 2 3 4 56 7 8 9 10 ... 20 »
搜珍网 www.dssz.com